ec76504d008262e074f67959f1a7893097ef5329,src/main/java/jeresources/collection/TradeList.java,TradeList,addITradeList,#EntityVillager.ITradeList#,56
Before Change
if (buy2 != null && maxBuy2 < merchantRecipe.getSecondItemToBuy().stackSize)
maxBuy2 = merchantRecipe.getSecondItemToBuy().stackSize;
if (maxSell < merchantRecipe.getItemToSell().stackSize)
maxSell = merchantRecipe.getItemToSell().stackSize;
}
this.add(
new Trade(
After Change
if (buy2 != null && maxBuy2 < merchantRecipe.getSecondItemToBuy().func_190916_E())
maxBuy2 = merchantRecipe.getSecondItemToBuy().func_190916_E();
if (maxSell < merchantRecipe.getItemToSell().func_190916_E())
maxSell = merchantRecipe.getItemToSell().func_190916_E();
}
this.add(
new Trade(